home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.11.gz / 1994.11 / 000181_owner-test-k@cs.umb.edu_Tue Nov 29 12:07:46 1994.msg < prev    next >
Internet Message Format  |  1994-11-30  |  1KB

  1. Received: by cs.umb.edu id AA16229
  2.   (5.65c/IDA-1.4.4 for tex-k-outgoing); Tue, 29 Nov 1994 12:07:46 -0500
  3. Received: from salmon.maths.tcd.ie by cs.umb.edu with SMTP id AA16218
  4.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 29 Nov 1994 12:07:26 -0500
  5. Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie  with SMTP
  6.           id aa03315; 29 Nov 94 17:07 GMT
  7. Subject: Re: your mail
  8. To: dick1@mdx.ac.uk
  9. Date: Tue, 29 Nov 1994 17:07:16 (GMT)
  10. From: Timothy Murphy <tim@maths.tcd.ie>
  11. Cc: tex-k@cs.umb.edu
  12. In-Reply-To: <94112915294375@mdx.ac.uk> from "dick1@mdx.ac.uk" at Nov 29, 94 03:29:44 pm
  13. X-Mailer: ELM [version 2.4 PL21]
  14. Mime-Version: 1.0
  15. Content-Type: text/plain; charset=US-ASCII
  16. Content-Transfer-Encoding: 7bit
  17. Content-Length: 540       
  18. Message-Id:  <9411291707.aa12151@hamilton.maths.tcd.ie>
  19. Sender: owner-test-k@cs.umb.edu
  20. Precedence: bulk
  21.  
  22. > I have  changed web2c-6.1/web2c/tex/small.sed to read
  23. >        s/mem_max=262140/mem_max=1048480/
  24. >        s/mem_top=262140/mem_top=1048480/
  25. > and run
  26. >        configure DEFS=-DSMALLTeX
  27. > The resulting TeX complains
  28. >        Ouch---my internal constants have been clobbered!---case 14
  29.  
  30. From tex.web
  31.  
  32. if (mem_min<min_halfword)or(mem_max>=max_halfword)or@|
  33.   (mem_bot-mem_min>max_halfword+1) then bad:=14;
  34.  
  35. You will probably have to increase max_halfword if you increase mem_max.
  36. [It is probably defined in tex.ch.]
  37.  
  38.  
  39.  
  40.